func net.lookupPortMapWithNetwork
5 uses
net (current package)
lookup.go#L88: if p, err := lookupPortMapWithNetwork("tcp", "ip", service); err == nil {
lookup.go#L91: return lookupPortMapWithNetwork("udp", "ip", service)
lookup.go#L93: return lookupPortMapWithNetwork("tcp", "tcp", service)
lookup.go#L95: return lookupPortMapWithNetwork("udp", "udp", service)
lookup.go#L100: func lookupPortMapWithNetwork(network, errNetwork, service string) (port int, error error) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |